home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000158_news@newsmaster….columbia.edu _Thu Aug 14 11:13:02 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA24203
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 14 Aug 1997 11:13:01 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA04202
  7.     for kermit.misc@watsun; Thu, 14 Aug 1997 11:13:01 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: X terminal emulation ?
  12. Date: 14 Aug 1997 15:12:59 GMT
  13. Organization: Columbia University
  14. Lines: 28
  15. Message-ID: <5sv79r$iep$1@apakabar.cc.columbia.edu>
  16. References: <33F0A268.2650@eng.auburn.edu> <5sqa73$81g$1@apakabar.cc.columbia.edu> <5surog$qpq@f1n1.spenet.wfu.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7461
  19.  
  20. In article <5surog$qpq@f1n1.spenet.wfu.edu>,
  21. Rick Matthews <matthews@wfu.edu> wrote:
  22. : Frank da Cruz (fdc@watsun.cc.columbia.edu) wrote:
  23. : : In article <33F0A268.2650@eng.auburn.edu>,
  24. : : t.bakir <bakirts@eng.auburn.edu> wrote:
  25. : : : i read in that in the future k95 will support X terminal emulation ....
  26. : : : is this the same as an X-server like MI/X??
  27. : : :
  28. : : It's on our list of things to do, but we can't promise we will actually do
  29. : : it or exactly what form it might take.  Obviously being an X server and
  30. : : emulating Xterm are two entirely different matters.
  31. : I thought and X terminal emulator (or X terminal) *was* an X server.
  32. : With X, "server" and "client" are reversed from the usual sense: the X
  33. : client is on the mainframe and the X server is on your desktop.
  34. : Or have I missed your point?
  35. An X server responds to X protocol for putting pixels on a screen.  
  36. Xterm responds to VT100-like escape sequences.  It need not run on an
  37. X server.  "xterm emulation" might just as easily mean "responding to and
  38. sending the same set of escape sequences as xterm".
  39.  
  40. : P.S. Is including Tektronix emulation in Kermit95 on the horizon?
  41. Yes.
  42.  
  43. - Frank